This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit ab960bc
1 parent d5081fd commit ab960bc Copy full SHA for ab960bc
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 10
10
"geo" : "http://ld.geojson.org/vocab#" ,
11
11
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#" ,
12
12
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#" ,
13
- "owl" : "http://www.w3.org/2002/07/owl#"
13
+ "owl" : "http://www.w3.org/2002/07/owl#" ,
14
+ "skos" : "http://www.w3.org/2004/02/skos/core#"
14
15
} , {
15
16
"as" : "http://activitystrea.ms/2.0/" ,
16
17
"as1" : "http://activitystrea.ms/1.0/" ,
540
541
"@id" : "as:displayName" ,
541
542
"@type" : "owl:ObjectProperty" ,
542
543
"rdfs:domain" : [ "as:Object" , "as:Link" ] ,
543
- "rdfs:range" : "as:NaturalLanguageValue"
544
+ "rdfs:range" : "as:NaturalLanguageValue" ,
545
+ "owl:equivalentPropety" : "skos:prefLabel"
544
546
} ,
545
547
{
546
548
"@id" : "as:rel" ,
741
743
"@type" : "owl:ObjectProperty" ,
742
744
"rdfs:domain" : [ "as:Object" , "as:Link" ] ,
743
745
"rdfs:range" : "as:NaturalLanguageValue" ,
744
- "owl:equivalentProperty" : "dct:title"
746
+ "owl:equivalentProperty" : [ "dct:title" , "rdf:label" ]
745
747
} ,
746
748
{
747
749
"@id" : "as:icon" ,
You can’t perform that action at this time.
0 commit comments